home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / sbprolog / amiga / toplevel.zoo / AMIGA next >
Text File  |  1989-12-07  |  1KB  |  34 lines

  1. This is a truncated version of the file notes_on_amiga_port in the
  2. SBProlog 2.5 Amiga release.
  3.  
  4. In order to run this version of SBProlog at all you will need 1 megabyte
  5. of memory.  With 1 megabyte it will be fairly crippled.  Since our Amiga
  6. only has one megabyte, we were not able to test the port properly.  The
  7. distribution includes full sources.
  8.  
  9. This version was compiled using AmigaDOS version 1.3.  It has not been
  10. tested at all under version 1.2.
  11.  
  12. This version was compiled using Aztec C version 3.6a, and uses that
  13. compiler's environment variable mechanism.  The included program, "setenv",
  14. provides a primitive access to environment variables for users without
  15. Aztec C.
  16.  
  17. In summary, you may not be interested in this Prolog if your Amiga has
  18. less than a couple megabytes of RAM and a hard disk.  If you have such
  19. a beast, please check it out and let us know how it fares.
  20.  
  21. Note: the distribution is presented in ZOO archive form.  The file
  22. amigazoo contains a copy of the zoo archiver for the amiga.  In order
  23. to extract everything from the archive, you would need to create the
  24. following subdirectories
  25.  
  26. c_src2_5 c_src2_5/builtin2_5 lib libsrc modlib modlibsrc cmplib cmplibsrc
  27.  
  28. from whatever directory you are installing SB Prolog in.  The command
  29.  
  30. zoo x/ sbpv2_5
  31.  
  32. would then extract the relevant files and place them in the appropriate
  33. subdirectories.
  34.